Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Boolean[].Copy (gb)

Function Copy ( [ Start As Integer, Length As Integer ] ) As Boolean[]

Returns a deep copy of the array.

  • If Start is specified, then only creates an array with the elements from the Start position.

  • If Length is specified, then only copies Length elements from the Start position.